From: Glenn Morris Date: Mon, 20 Jan 2003 21:25:29 +0000 (+0000) Subject: (calendar-only-one-frame-setup): Add autoload. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28704 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9872b04657de900059c3676d16a95db549d330ce;p=emacs.git (calendar-only-one-frame-setup): Add autoload. --- diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index a9d9a704396..8de969df369 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -1351,6 +1351,9 @@ The Gregorian date Sunday, December 31, 1 BC is imaginary." "Move cursor to DATE." t) +(autoload 'calendar-only-one-frame-setup "cal-x" + "Start calendar and display it in a dedicated frame.") + (autoload 'calendar-one-frame-setup "cal-x" "Start calendar and display it in a dedicated frame together with the diary.")